-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support .Net C# projects using dotnet cli and nuget.org central repository. #62
Conversation
@dan-stowell, and @Zabot would you be willing to look at this PR? |
@turbio are these the same dotnet packages as the ones in our super-alpha template? |
@dan-stowell are there any change I would need to make to get this change merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excited for this one!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice test coverage! just some relatively minor comments and we should be good to go
The query string comes directly from the command line and might contain characters that are not valid in query parameters. Co-authored-by: lhchavez <[email protected]>
Co-authored-by: lhchavez <[email protected]>
PackageNames might contain characters that are not valid in URL path. Co-authored-by: lhchavez <[email protected]>
There is no guarantee that after you check for files existence that it will still be there when the code attempts to open it. This way the check and open operation are done in a single call. Co-authored-by: lhchavez <[email protected]>
Co-authored-by: lhchavez <[email protected]>
Co-authored-by: lhchavez <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#️⃣
@ALANVF mind taking another look? |
Sure thing |
Very pog 👍 |
Added an new backend dotnet which is implemented using the dotnet cli which is distributed for many platforms and nuget.org with is the central repository for shared .Net packages.
Tested with a sample local project.